home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Frank Lloyd…ght - America's Architect / Ultimate Frank Lloyd Wright, The - America's Architect (1994)(Microsoft Home).iso / pre / flw / flwmm.dir / 00028_Script_28 < prev    next >
Text File  |  1994-11-15  |  418b  |  19 lines

  1. on mouseUp
  2.   global seeAlsoFlag
  3.   if the freebytes < 2400000 then
  4.     
  5.     alert "Insufficient memory to run Modeling Wright. Quit one or more Windows applications and then try again"
  6.     
  7.   else
  8.     
  9.     set seeAlsoFlag = TRUE
  10.     set the castNum of sprite 7 to 32
  11.     puppetSound "TRANS5.SND"
  12.     updateStage
  13.     
  14.     ----- xmit DLL ------------
  15.     unLoadcast
  16.     open "EPFM.EXE"
  17.     
  18.   end if
  19. end